CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 图像 分割 计数

搜索资源列表

  1. mode

    0下载:
  2. 这个算法是关于图像处理的,此算法是在我做乘客计数系统过程中用到的,首先是avi取帧,图像分割,模式识别,模板匹配-this algorithm is on image processing, the algorithm is doing in my passenger counting system used in the process. avi is the first admission frame, image segmentation, pattern recognition, tem
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:24.21kb
    • 提供者:lan
  1. rice

    1下载:
  2. 对低质量图像分割和计数,以大米照片为例。
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:55.4kb
    • 提供者:杨大
  1. bacteria_image_segmentation

    1下载:
  2. 用matlab实现对细菌图像进行分割,获得二值图像,最终对细菌进行自动计数。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3.97mb
    • 提供者:wanghua
  1. fenshuiling 关于图像分割技术

    8下载:
  2. 此程序是关于图像分割技术,用分水岭和suan算子对细胞图像进行分割,并对细胞进行计数和统计。算出细胞个数和细胞面积。-This program is about image segmentation, watershed and suan operator with the cell image segmentation, and cell counting and statistics. Calculate the cell number and cell size.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-10-19
    • 文件大小:915.32kb
    • 提供者:xuyan
  1. image_processing

    1下载:
  2. 本程序是基于Matlab的米粒图像的分割、计数以及周长、面积、形状因子等参数的计算。图像分割是基于腐蚀膨胀算法,选用边界跟踪法计算周长,程序代码清晰明了,对于参数的计算速度较快,且参数计算精度较高。-This procedure is based on the Matlab image segmentation grain of rice, counting and perimeter, area, shape factor and other parameters of the calcula
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1.17kb
    • 提供者:yingl
  1. WatershedTransformation

    0下载:
  2. 基于分水岭变换的目标图像的分割与计数方法 计算机工程-Based on Watershed Transformation Target Image Segmentation and counting methods computer engineering
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:348.88kb
    • 提供者:josh
  1. SegmentaCount

    1下载:
  2. 通过对图像中的物体进行处理并利用分水岭算法分割计数-Objects by image processing and segmentation using watershed algorithm counts
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:262.14kb
    • 提供者:孙尧
  1. image-division

    0下载:
  2. 图像分割 使用分水岭方法的图像分割及计数-image division
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:5.95mb
    • 提供者:张力
  1. ADGCP_m_file

    0下载:
  2. 实现图像中粘连物体分割和分粒计数的Matlab函数和m文件,程序已跑通,可以直接使用-Achieve image segmentation and classification of objects blocking count of Matlab function and m files, programs have been run through, you can directly use
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:6.61kb
    • 提供者:Dalon
  1. LevelSet

    3下载:
  2. 水平集分割算法,matlab实现。自动初始化方形轮廓线。分割后自对图像上分离的目标进行计数。-Level set segmentation algorithm, implemented by matlab. Automatic initialization square contour.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2.1mb
    • 提供者:张月
  1. cucv

    0下载:
  2. 用到GPU加速,对激光图像进行了并行运算。将图像逐行分割,每一行每个像素求取其八领域的阈值,灰度高亮的计数加一,然后统计每一行的激光宽度。实验性代码,指导大家如何使用opencv和gpu-direct newers to use opencv and GPU.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:340.35kb
    • 提供者:prince
  1. cells

    1下载:
  2. 读入图像二值图像,利用不同函数除去噪声,并合理分割细胞,最终实现对骨骼细胞的计数-Read the image,using different functions to remove noise and to divide cells.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-16
    • 文件大小:3kb
    • 提供者:yuruwang
  1. counting number

    0下载:
  2. 可以对简单的细胞图像进行分割并计算细胞的数量(It can segment the simple cell image and calculate the number of cells.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-01
    • 文件大小:51kb
    • 提供者:EricKwok
  1. 377241068940277

    1下载:
  2. 本次程序是基于opencv开发的,实现细胞图像分割,计数统计,非常实用。(This program is based on OpenCV development.It is very practical to achieve cell image segmentation and count statistics.)
  3. 所属分类:图形图像处理

    • 发布日期:2019-04-14
    • 文件大小:964kb
    • 提供者:大大z
  1. Untitled

    3下载:
  2. 分水岭图像识别,本实验为使用MATLAB编写的细胞图像分割及计数系统,实现了对图像内细胞的计数,以及对每个细胞周长和面积的测量,并分别展示了分割后的每个细胞的图像。(Watershed image recognition)
  3. 所属分类:图形图像处理

    • 发布日期:2020-06-12
    • 文件大小:1kb
    • 提供者:CHitan
搜珍网 www.dssz.com